const runtime.pollClosing

3 uses

	runtime (current package)
		netpoll.go#L124: 	pollClosing = 1 << iota
		netpoll.go#L136: func (i pollInfo) closing() bool              { return i&pollClosing != 0 }
		netpoll.go#L156: 		info |= pollClosing